DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / SupplementaryViewDisplayingEnded Method

In This Topic
    SupplementaryViewDisplayingEnded Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub SupplementaryViewDisplayingEnded( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal view As UIKit.UICollectionReusableView, _
       ByVal elementKind As Foundation.NSString, _
       ByVal indexPath As Foundation.NSIndexPath _
    ) 
    public virtual void SupplementaryViewDisplayingEnded( 
       UIKit.UICollectionView collectionView,
       UIKit.UICollectionReusableView view,
       Foundation.NSString elementKind,
       Foundation.NSIndexPath indexPath
    )

    Parameters

    collectionView
    view
    elementKind
    indexPath
    See Also